home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / utility_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  1KB  |  50 lines

  1. #ifndef _LVO_UTILITY_LIB_H
  2. #define _LVO_UTILITY_LIB_H
  3.  
  4. /*
  5.  *  $VER: utility_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_FindTagItem    (-0x1E)
  11. #define    LVO_GetTagData    (-0x24)
  12. #define    LVO_PackBoolTags    (-0x2A)
  13. #define    LVO_NextTagItem    (-0x30)
  14. #define    LVO_FilterTagChanges    (-0x36)
  15. #define    LVO_MapTags    (-0x3C)
  16. #define    LVO_AllocateTagItems    (-0x42)
  17. #define    LVO_CloneTagItems    (-0x48)
  18. #define    LVO_FreeTagItems    (-0x4E)
  19. #define    LVO_RefreshTagItemClones    (-0x54)
  20. #define    LVO_TagInArray    (-0x5A)
  21. #define    LVO_FilterTagItems    (-0x60)
  22. #define    LVO_CallHookPkt    (-0x66)
  23. #define    LVO_Amiga2Date    (-0x78)
  24. #define    LVO_Date2Amiga    (-0x7E)
  25. #define    LVO_CheckDate    (-0x84)
  26. #define    LVO_SMult32    (-0x8A)
  27. #define    LVO_UMult32    (-0x90)
  28. #define    LVO_SDivMod32    (-0x96)
  29. #define    LVO_UDivMod32    (-0x9C)
  30. #define    LVO_Stricmp    (-0xA2)
  31. #define    LVO_Strnicmp    (-0xA8)
  32. #define    LVO_ToUpper    (-0xAE)
  33. #define    LVO_ToLower    (-0xB4)
  34. #define    LVO_ApplyTagChanges    (-0xBA)
  35. #define    LVO_SMult64    (-0xC6)
  36. #define    LVO_UMult64    (-0xCC)
  37. #define    LVO_PackStructureTags    (-0xD2)
  38. #define    LVO_UnpackStructureTags    (-0xD8)
  39. #define    LVO_AddNamedObject    (-0xDE)
  40. #define    LVO_AllocNamedObjectA    (-0xE4)
  41. #define    LVO_AttemptRemNamedObject    (-0xEA)
  42. #define    LVO_FindNamedObject    (-0xF0)
  43. #define    LVO_FreeNamedObject    (-0xF6)
  44. #define    LVO_NamedObjectName    (-0xFC)
  45. #define    LVO_ReleaseNamedObject    (-0x102)
  46. #define    LVO_RemNamedObject    (-0x108)
  47. #define    LVO_GetUniqueID    (-0x10E)
  48.  
  49. #endif
  50.